Added File/Container properties windows
[pithos-ms-client] / trunk / Pithos.ShellExtensions / Service References / PithosService / mex2.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
5   <xs:simpleType name="FileOverlayStatus">
6     <xs:restriction base="xs:string">
7       <xs:enumeration value="Deleted">
8         <xs:annotation>
9           <xs:appinfo>
10             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-2</EnumerationValue>
11           </xs:appinfo>
12         </xs:annotation>
13       </xs:enumeration>
14       <xs:enumeration value="Unversioned">
15         <xs:annotation>
16           <xs:appinfo>
17             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue>
18           </xs:appinfo>
19         </xs:annotation>
20       </xs:enumeration>
21       <xs:enumeration value="Normal">
22         <xs:annotation>
23           <xs:appinfo>
24             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
25           </xs:appinfo>
26         </xs:annotation>
27       </xs:enumeration>
28       <xs:enumeration value="Modified">
29         <xs:annotation>
30           <xs:appinfo>
31             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
32           </xs:appinfo>
33         </xs:annotation>
34       </xs:enumeration>
35       <xs:enumeration value="Conflict">
36         <xs:annotation>
37           <xs:appinfo>
38             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
39           </xs:appinfo>
40         </xs:annotation>
41       </xs:enumeration>
42     </xs:restriction>
43   </xs:simpleType>
44   <xs:element name="FileOverlayStatus" nillable="true" type="tns:FileOverlayStatus" />
45   <xs:complexType name="PithosSettingsData">
46     <xs:sequence>
47       <xs:element minOccurs="0" name="Accounts" nillable="true" type="tns:ArrayOfAccountSettings" />
48       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
49       <xs:element minOccurs="0" name="ExtensionsActivated" type="xs:boolean" />
50       <xs:element minOccurs="0" name="IconsPath" nillable="true" type="xs:string" />
51       <xs:element minOccurs="0" name="PithosPath" nillable="true" type="xs:string" />
52       <xs:element minOccurs="0" name="PithosSite" nillable="true" type="xs:string" />
53       <xs:element minOccurs="0" name="ProxyAuthentication" type="xs:boolean" />
54       <xs:element minOccurs="0" name="ProxyPassword" nillable="true" type="xs:string" />
55       <xs:element minOccurs="0" name="ProxyPort" type="xs:int" />
56       <xs:element minOccurs="0" name="ProxyServer" nillable="true" type="xs:string" />
57       <xs:element minOccurs="0" name="ProxyUsername" nillable="true" type="xs:string" />
58       <xs:element minOccurs="0" name="UseDefaultProxy" type="xs:boolean" />
59       <xs:element minOccurs="0" name="UseManualProxy" type="xs:boolean" />
60       <xs:element minOccurs="0" name="UseNoProxy" type="xs:boolean" />
61       <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
62     </xs:sequence>
63   </xs:complexType>
64   <xs:element name="PithosSettingsData" nillable="true" type="tns:PithosSettingsData" />
65   <xs:complexType name="ArrayOfAccountSettings">
66     <xs:sequence>
67       <xs:element minOccurs="0" maxOccurs="unbounded" name="AccountSettings" nillable="true" type="tns:AccountSettings" />
68     </xs:sequence>
69   </xs:complexType>
70   <xs:element name="ArrayOfAccountSettings" nillable="true" type="tns:ArrayOfAccountSettings" />
71   <xs:complexType name="AccountSettings">
72     <xs:sequence>
73       <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
74       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
75       <xs:element minOccurs="0" name="IsActive" type="xs:boolean" />
76       <xs:element minOccurs="0" name="RootPath" nillable="true" type="xs:string" />
77       <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SelectiveFolders" nillable="true" type="q1:ArrayOfanyType" />
78       <xs:element minOccurs="0" name="UsePithos" type="xs:boolean" />
79     </xs:sequence>
80   </xs:complexType>
81   <xs:element name="AccountSettings" nillable="true" type="tns:AccountSettings" />
82 </xs:schema>